Description
Post the input file to a target HTTP URL. Returns back the input file.
Operation id | Blob.PostToURL |
Aliases | Blob.Post
|
Category | Files |
Label | HTTP Post |
Requires | |
Since | |
Parameters
Signature
Inputs | blob, bloblist |
Outputs | blob, bloblist |
Implementation Information
JSON Definition
{
"id" : "Blob.PostToURL",
"aliases" : [ "Blob.Post" ],
"label" : "HTTP Post",
"category" : "Files",
"requires" : null,
"description" : "Post the input file to a target HTTP URL. Returns back the input file.",
"url" : "Blob.PostToURL",
"signature" : [ "blob", "blob", "bloblist", "bloblist" ],
"params" : [ {
"name" : "url",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}